home *** CD-ROM | disk | FTP | other *** search
- #
- # This file describes the telnet protocol for the Library of Congress
- # card catalog search service provided by dra.com.
- #
- # Michael Hawley
- # February, 1992
- #
- Attach:
- !"telnet 192.65.218.43" +"telnet . . ." => Connect
-
- Detach:
- "\nquit\n" +"Disconnected."
-
- Connect:
- /Trying/ +"trying . . ."
- /timed out/ +"timed out!" => Detach
- /unreachable/ +"unreachable!" => Detach
- /Connected/ +"connecting . . ." => Connected
-
- Connected:
- /Connection closed/ +"timed out!" => Detach
- /Mail comments/ +"connected!" => Login
-
- Login:
- /Enter your command/ +"ready." => Ready
- /Connection closed/ +"timed out!" => Detach
-
- Ready:
- /Connection closed/ => Detach
-